home *** CD-ROM | disk | FTP | other *** search
- /*rx
- ** $VER: MiamiOffline.rexx 1.0 (02.10.98)
- **
- ** Written by E.Bamberg <e.bamberg@trier-online.de>
- **
- ** This script checks if Miami is launched and set onlined
- ** by netbench (MIAMIONLINE.REXX)
- ** in that kind it set MIAMI to ONLINE STATE
- **
- */
-
- address command WaitForPort MIAMI.1
- if rc = 5 then
- do
- exit
- end
-
- address MIAMI.1
- IsOnline
- if rc~=0 then
- do
- offline
- end
-
-
-